home *** CD-ROM | disk | FTP | other *** search
- stop();
- _root.levelScore = _root.level * 1000;
- _root.score += _root.levelScore;
- _root.carCount = 0;
- _root.carArray = [];
- next_btn.onRelease = function()
- {
- _root.gotoAndStop(_root.levelArray[int(_root.level)]);
- };
- mainMenu_btn.onRelease = function()
- {
- _root.gotoAndStop("lblgameintro");
- };
-